home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / UE.DIR / 00295.ls < prev    next >
Encoding:
Text File  |  1996-04-25  |  195 b   |  12 lines

  1. on mouseDown
  2.   global lastFrame
  3.   repeat with i = 20 to 25
  4.     puppetSprite(i, 0)
  5.   end repeat
  6.   repeat with i = 10 to 17
  7.     puppetSprite(i, 0)
  8.   end repeat
  9.   set lastFrame to 1
  10.   go("map")
  11. end
  12.